home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / demos / subdemo.arj / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-10-01  |  308b  |  18 lines

  1. cls
  2. echo off
  3. cls
  4. echo INSTALLING SUB WAR 2050 DEMO (1st October 1993)
  5. echo PLEASE WAIT ...
  6. md c:\swdemo
  7. c:
  8. cd swdemo
  9. copy a:\swdemo.zip
  10. copy a:\pkunzip.exe
  11. pkunzip -d swdemo.zip
  12. cls
  13. echo SUB WAR 2050 DEMO INSTALLED
  14. echo THE DEMO WILL NOW AUTO-RUN
  15. echo TO RUN IN FUTURE, TYPE DEMO
  16. pause
  17. demo
  18.